91³Ô¹ÏÍø

Watch CBS News

House calls off vote to reauthorize expired surveillance powers

In an abrupt turn of events, House Majority Leader Steny Hoyer released an update saying that there would be no more votes Wednesday night — just before lawmakers were about to take the final vote to reauthorize expired national security surveillance authorities. 

Earlier Wednesday evening, President Trump vowed to "quickly " the measure, which had already passed with a strong bipartisan majority in the Senate. It was initially crafted in March by Attorney General Bill Barr, the president's conservative allies in the House and House Democrats. The House passed that version of the bill with Republican support, and then the Senate added an amendment providing additional protections in the FISA court. The addition of the amendment meant the House would need to vote on the bill again.

But the Justice Department announced that it opposed the changes made to the bill in the Senate, as well as another amendment that was to be added in the House. 

"The Department opposes the Senate-passed bill in its current form and also opposes the Lofgren amendment in the House. Given the cumulative negative effect of these legislative changes on the Department's ability to identify and track terrorists and spies, the Department must oppose the legislation now under consideration in the House," Assistant Attorney General Stephen Boyd said in a statement. "If passed, the Attorney General would recommend that the President veto the legislation."

Mr. Trump, too, urged Republicans to reject the bill, and in a tweet made reference to a Justice Department watchdog report that had found errors in FISA court applications to surveil a Trump former campaign official.

"I hope all Republican House Members vote NO on FISA until such time as our Country is able to determine how and why the greatest political, criminal, and subversive scandal in USA history took place!" Mr. Trump .

House Speaker Nancy Pelosi prefers the Senate version, which she called "very courageous" in an interview with PBS "NewsHour" anchor Judy Woodruff Wednesday. Pelosi said the amended version "broke new ground" and is "very, very progressive" in terms of the protections of security, privacy and civil rights. She said she hoped people would vote for it, but "if they don't, just, we'll send back our original House bill.

Earlier in the day, House Minority Leader Kevin McCarthy had already called on Speaker Nancy Pelosi to pull the bill reauthorizing authorities under the Foreign Intelligence Surveillance Act because it was to take place using a vote by proxy, a controversial rule change allowing members to vote on behalf of their absent colleagues. McCarthy argued that proxy voting is unconstitutional.

"I've asked the Democrats to hold this bill up. They do not have enough members here to pass that bill. They would be doing it unconstitutionally. So it wouldn't go anywhere because it's doing it by proxy," McCarthy said in an interview with "Fox & Friends" on Wednesday morning.

Under the Constitution, the House has the authority to operate under its own rules, which Democrats argue allows for voting by proxy. House Republicans have filed a lawsuit in the District of Columbia federal District Court challenging the constitutionality of proxy voting.

Seventy-three House Democrats opted for proxy voting, meaning they would not be in Washington Wednesday or Thursday for roll call votes. No Republicans signed up for proxy voting.

Because the House currently has 431 members, 16% of the House will be voting this week without being on the floor. The House Democratic Caucus currently has 233 members; therefore, 29% of all House Democrats will be absent and vote by proxy.

Kimberly Brown contributed to this report.

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=50747257b890e014813016b79ece0fb2'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });